Interface AuthorizationServerContract.DefinitionStages.WithDefaultScope

    • Method Detail

      • withDefaultScope

        AuthorizationServerContract.DefinitionStages.WithCreate withDefaultScope​(String defaultScope)
        Specifies the defaultScope property: Access token scope that is going to be requested by default. Can be overridden at the API level. Should be provided in the form of a string containing space-delimited values..
        Parameters:
        defaultScope - Access token scope that is going to be requested by default. Can be overridden at the API level. Should be provided in the form of a string containing space-delimited values.
        Returns:
        the next definition stage.