AuthenticationFinishPayload

@Serializable
data class AuthenticationFinishPayload(val response: AuthenticationResponseDto)

Request payload for authentication-finish HTTP endpoint.

Constructors

Link copied to clipboard
constructor(response: AuthenticationResponseDto)

Properties

Link copied to clipboard