Class: OAuthTokenResponseDto
api-oauth/dto/oauth-token-response.dto.OAuthTokenResponseDto
Constructors
constructor
• new OAuthTokenResponseDto()
Properties
access_token
• access_token: string
Defined in
gropius-login-service/backend/src/api-oauth/dto/oauth-token-response.dto.ts:2
expires_in
• expires_in: number
Defined in
gropius-login-service/backend/src/api-oauth/dto/oauth-token-response.dto.ts:4
refresh_token
• Optional
refresh_token: string
Defined in
gropius-login-service/backend/src/api-oauth/dto/oauth-token-response.dto.ts:5
scope
• scope: string
Defined in
gropius-login-service/backend/src/api-oauth/dto/oauth-token-response.dto.ts:6
token_type
• token_type: "bearer"
Defined in
gropius-login-service/backend/src/api-oauth/dto/oauth-token-response.dto.ts:3