Axinom Mosaic Libraries
    Preparing search index...

    Interface UserServiceProviderProps

    interface UserServiceProviderProps {
        tokenRenewalMethod?: TokenRenewalMethod;
        userAuthConfig: UserAuthConfig;
        userServiceConfig: UserServiceConfig;
    }
    Index

    Properties

    tokenRenewalMethod?: TokenRenewalMethod

    Token renewal method to use. Tokens can be renewed pre-emptively or on demand. Default token renewal method is on demand.

    userAuthConfig: UserAuthConfig

    Configuration values for the user service auth API

    userServiceConfig: UserServiceConfig

    Configuration values for the user service API