LocalizedData/en/Bca.Jwt.Tests.psd1

@{
    Module = @{
        Describe     = "Module"
        ImportModule = "Importing module locally."
        CommandCheck = "Checking exported commands count."
    }

    Token  = @{
        Describe           = "Token"
        NewHS256           = "Creating new token (HS256)"
        NewHS256Claims     = "Creating new token (HS256 from claims)"
        NewRS256Cert       = "Creating new token (RS256 from certificate)"
        NewRS256PrivateKey = "Creating new token (RS256 from private key)"
        ConvertFrom        = "Converting token to object"
        ConvertTo          = "Converting token object to token"
    }
}