Show / Hide Table of Contents

Namespace Ellucian.Ethos.Integration.Authentication

Classes

AccessToken

An access token that can be used for authentication to make calls to Ethos Integration. To get an Authorization header that can be used to make HTTP requests, use the GetAuthHeader() method. This will return a Dictionary<string, string> containing a single entry of the Authorization header key/value pair. That can be used as-is or added to an existing headers map to pass to the EthosClient making the requests.

Enums

SupportedRegions

Regions that are supported for Ellucian Ethos Integration. Generally speaking your customer data will be stored in one of the regions.

In This Article
Back to top Generated by DocFX