Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/CloudSecurityToken/GoogleIdentityStsV1Options.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ class GoogleIdentityStsV1Options extends \Google\Model
protected $accessBoundaryType = GoogleIdentityStsV1AccessBoundary::class;
protected $accessBoundaryDataType = '';
/**
* The unpadded, base64url-encoded SHA-256 hash of the certificate's DER
* encoding and it must be 43 characters long. The resulting token will be
* The unpadded, url-escaped, base64-encoded SHA-256 hash of the certificate's
* DER encoding. It must be 43 characters long. The resulting token will be
* bound to this value.
*
* @var string
Expand Down Expand Up @@ -60,8 +60,8 @@ public function getAccessBoundary()
return $this->accessBoundary;
}
/**
* The unpadded, base64url-encoded SHA-256 hash of the certificate's DER
* encoding and it must be 43 characters long. The resulting token will be
* The unpadded, url-escaped, base64-encoded SHA-256 hash of the certificate's
* DER encoding. It must be 43 characters long. The resulting token will be
* bound to this value.
*
* @param string $bindCertFingerprint
Expand Down
Loading