Steeltoe Documentation
  • Why Steeltoe
    Overview Microservices Cloud Web Applications Event Driven
  • Get Started
    Steeltoe Initializr Guides Documentation API Browser Blog
  • Projects
    Steeltoe Application Configuration Steeltoe Circuit Breakers Steeltoe Dynamic Logging Steeltoe Management Steeltoe Messaging Steeltoe Network File Shares Steeltoe Security Steeltoe Service Connectors Steeltoe Service Discovery Steeltoe Stream
  • Support
  • Community
Search Results for

    Table of Contents
    . . .
    X

    Class CloudFoundryOAuthOptions

    Inheritance
    System.Object
    CloudFoundryOAuthOptions
    Namespace: Steeltoe.Security.Authentication.CloudFoundry
    Assembly: Steeltoe.Security.Authentication.CloudFoundryCore.dll
    Syntax
    public class CloudFoundryOAuthOptions : OAuthOptions

    Constructors

    | Edit this page View Source

    CloudFoundryOAuthOptions()

    Declaration
    public CloudFoundryOAuthOptions()

    Properties

    | Edit this page View Source

    TokenInfoUrl

    Declaration
    public string TokenInfoUrl { get; set; }
    Property Value
    Type Description
    System.String
    | Edit this page View Source

    UseTokenLifetime

    Gets or sets a value indicating whether token issue and expiration times will be set in the auth ticket

    Declaration
    public bool UseTokenLifetime { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Edit this page View Source

    Validate_Certificates

    Gets or sets a value indicating whether to validate auth server certificate

    Declaration
    public bool Validate_Certificates { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Edit this page View Source

    ValidateCertificates

    Gets or sets a value indicating whether gets a value indicating whether to validate auth server certificate

    Declaration
    public bool ValidateCertificates { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    | Edit this page View Source

    SetEndpoints(String)

    Declaration
    public void SetEndpoints(string authDomain)
    Parameters
    Type Name Description
    System.String authDomain
    X
    • Edit this page
    • View Source
    Back to top
    © 2017-2021 VMware, Inc. All Rights Reserved. • Privacy Policy • Your California Privacy Rights • Terms of Use • Trademark Guidelines