dtkt.base.v1beta1messages.proto

CheckAuthResponse

Message

Response for checking auth.

FieldTypeNumberDescription
type
AuthType
1

The auth type.

successbool2

Indicates if the auth check was successful.

errorstring3

Error message if success is false.

oauthOneOf

Present when type is OAuth.

auth_code_urlstring4

Returned when check is code.

token
OAuthToken
5

Returned when check type is token or refresh.