Grafeas V1 Client - Class Jwt (0.5.0)

Reference documentation and code samples for the Grafeas V1 Client class Jwt.

Generated from protobuf message grafeas.v1.Jwt

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ compact_jwt string

The compact encoding of a JWS, which is always three base64 encoded strings joined by periods. For details, see: https://tools.ietf.org/html/rfc7515.html#section-3.1

getCompactJwt

The compact encoding of a JWS, which is always three base64 encoded strings joined by periods. For details, see: https://tools.ietf.org/html/rfc7515.html#section-3.1

Returns
TypeDescription
string

setCompactJwt

The compact encoding of a JWS, which is always three base64 encoded strings joined by periods. For details, see: https://tools.ietf.org/html/rfc7515.html#section-3.1

Parameter
NameDescription
var string
Returns
TypeDescription
$this