Registry / auth / cf-uaa-lib

cf-uaa-lib

JSON →
library4.0.9rbrubygemsunverified

Client library for interacting with the CloudFoundry User Account and Authorization (UAA) server, an OAuth2 authorization server.

gem install cf-uaa-lib
INSTALL
IMPORT
SIG · CF-UAA-LIB
C
cf-uaa-lib
authrubyv4.0.9
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

CF::UAA
require 'cf-uaa-lib'

Obtain an OAuth2 client credentials token from a UAA server.

require 'cf-uaa-lib' uaa = CF::UAA::TokenIssuer.new('https://uaa.example.com', 'client_id', 'client_secret') token = uaa.client_credentials_grant puts token.info
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.0.9latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
28 hits · last 30 days
node
26
Resources
cf-uaa-lib — gem install cf-uaa-lib · libregistry