SsoCacheFileLoader
in package
FinalYes
Load and parse AWS SSO cache file.
Table of Contents
Constants
- KEY_ACCESS_TOKEN = 'accessToken'
- KEY_EXPIRES_AT = 'expiresAt'
Properties
Methods
- __construct() : mixed
- loadSsoCacheFile() : array<string, string>
- getHomeDir() : string
Constants
KEY_ACCESS_TOKEN
public
mixed
KEY_ACCESS_TOKEN
= 'accessToken'
KEY_EXPIRES_AT
public
mixed
KEY_EXPIRES_AT
= 'expiresAt'
Properties
$logger
private
LoggerInterface
$logger
Methods
__construct()
public
__construct([LoggerInterface|null $logger = null ]) : mixed
Parameters
- $logger : LoggerInterface|null = null
loadSsoCacheFile()
public
loadSsoCacheFile(string $ssoStartUrl) : array<string, string>
Parameters
- $ssoStartUrl : string
Return values
array<string, string>getHomeDir()
private
getHomeDir() : string