Google Cloud Integrations V1alpha Jwt Response
data class GoogleCloudIntegrationsV1alphaJwtResponse(val jwt: String, val jwtHeader: String, val jwtPayload: String, val secret: String)
Represents JSON web token(JWT), which is a compact, URL-safe means of representing claims to be transferred between two parties, enabling the claims to be digitally signed or integrity protected.
Constructors
Link copied to clipboard
fun GoogleCloudIntegrationsV1alphaJwtResponse(jwt: String, jwtHeader: String, jwtPayload: String, secret: String)